home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 11 / Mac Magazin and MacEasy Magazine CD - Issue 11.iso / Sharewarebibliothek / Applikationen / fraxious101.sit Folder / fraxious readme.txt < prev    next >
Text File  |  1995-06-05  |  2KB  |  51 lines

  1. Fraxious
  2.  
  3. Fraxious is a program which displays Mandelbrot, Julia, and a few other
  4. fractal types. Currently, it runs only on PowerMac.
  5.  
  6. Overview
  7. You create a fractal by choosing New and the fractal type you want from the
  8. File menu. You are then presented with a dialog box of parameters to fill
  9. in. When you press OK, Fraxious creates a window and generates the fractal
  10. in it. You can adjust the colours using the Palette floating window.
  11. You can 'zoom in' by selecting a portion of the currently displayed fractal.
  12. Saving the fractal saves it as a PICT with some other resources, so you can
  13. reopen it in Fraxious to continue generating or adjust the colours, or open
  14. it in an image-editing program like Photoshop.
  15. When you have two fractals of the same type open, you can create a movie
  16. which 'moves between' the two fractals. For example, you could create a
  17. movie between a Mandelbrot and a zoom of it; between two Julia Sets with
  18. different real and imaginary parts; or between two Mandelbrot sets using
  19. different powers of Z.
  20.  
  21. Fractal Types
  22. Mandelbrot - mandelbrot set for Z^2 + c
  23. Julia - Julia set for Z^2 + c
  24. Newton - Newtons method for Z^n - 1
  25. Henon Map
  26. Strange Attractor
  27. FM2D - Two-dimensional fractal brownian motion - good for clouds
  28. General Mandelbrot - Mandelbrot with (fairly) arbitrary equations. Allows
  29. expression with */+-^ operators and functions real, imag, abs, norm, arg,
  30. conj, cos, cosh, exp, log, sin, sinh, sqrt, sin, sinh, sqrt, sqr, tan, and
  31. constants e and π (pi). For example: (Z/e)^c+sin(c) or ((c+e)^(z*c)). Be
  32. warned - this is slow, as the equation is interpreted rather than compiled.
  33. General Julia
  34. Lyapunov
  35.  
  36. Bugs.
  37. There are some bugs which cause the program to end unexpectedly. Please let
  38. me know of any bugs you find, with details of how to recreate them.
  39.  
  40. Comments.
  41. Please let me know of any improvements or any interesting algorithms to add.
  42. Also let me know if you have found the program of any use.
  43.  
  44. This is freeware.
  45.  
  46. Alan Smith
  47. alan@smithac.demon.co.uk 
  48.  
  49.  
  50.  
  51.